projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985a35a
)
* systime.h (timezone): Add an explicit declaration for this
author
Jim Blandy
<jimb@redhat.com>
Thu, 11 Mar 1993 07:17:15 +0000
(07:17 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 11 Mar 1993 07:17:15 +0000
(07:17 +0000)
variable under USG 5-4.
src/systime.h
patch
|
blob
|
history
diff --git
a/src/systime.h
b/src/systime.h
index fdbb70a78af5e0bd8cd43dcd95e8615e6855f8ab..8b6718a8747018c59f5a1a4e956055e856294427 100644
(file)
--- a/
src/systime.h
+++ b/
src/systime.h
@@
-40,6
+40,11
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <time.h>
#endif
+/* SVr4 doesn't actually declare this in its #include files. */
+#ifdef USG5_4
+extern long timezone;
+#endif
+
\f
/* EMACS_TIME is the type to use to represent temporal intervals -
struct timeval on some systems, int on others. It can be passed as